/*--------------------------------------------------------------------------
Template Name: Doxy Responsive Jekyll Template
Template URI: https://themeix.com/product/doxy-documentation-website-jekyll-template/
Author Name: themeix
Author uri:  https://themeix.com
Tag: docs, documentation, knowledgebase, qa
Verson: 2.3.0
Description: Doxy is responsive docs template for the digital products authors
===========================
INDEX SASS
===========================
1.0 Variable
2.0 Prefix
3.0 Media Query
4.0 Base
5.0 Typography
6.0 Component
7.0 Header Area
8.0 Slider Area
9.0 Page Title Area
10.0 Service Area
11.0 Topics Area
12.0 Faq Area
13.0 Pupolar Article Area
14.0 Testimonial Area
15.0 Feature Area
16.0 Looking For Area
17.0 Help Area
18.0  Form Area
19.0 Changelog Area
20.0 Privacy Policy Area
21.0 Company Area
22.0 Blog Area
23.0 Sidebar Area
24.0 Layout Area
25.0 Footer Area
26.0 SDK Left Nav Area
27.0 SDK Pages

--------------------------*/
/**
* ============================
*  1.0 Variable
* ============================
*/
/* Color */
/* Typography */
/* Border */
/* Componet */
/**
* ============================
*  2.0 Prefix
* ============================
*/
/**
* ============================
*  3.0 Media Query
* ============================
*/
/**
* ============================
*  4.0 Base Sass
* ============================
*/
body {
  margin: 0;
  font-family: "Segoe", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
  background-size: cover !important;
  overflow-x: hidden;
}

ul, ol {
  padding: 0;
  padding-left: 20px;
}
ul ul p, ul ol p, ol ul p, ol ol p {
  margin: 0;
}

img {
  max-width: 100%;
}

td, th { /* table cells */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

table, td, th {
    border: 1px solid #b2b2b2;
}


.btn, a {
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
  list-style: none;
}

.form-control {
  height: auto;
}

a {
  color: #404040;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transform: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-decoration: none !important;
}
a:hover {
  color: #0D65B0;
}

ul li, ol li {
  line-height: 36px;
}

button:hover,
button:active,
button:focus,
a.btn:active,
a.btn:focus,
a.btn:hover {
  box-shadow: none !important;
  outline: none;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 2;
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 1;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 100%;
}

figure {
  padding-left: 15px;
}
figure figcaption {
  margin-top: 10px;
}
@media (max-width: 575px) {
  figure {
    padding: 5px;
  }
}

iframe {
  border: 0;
  width: 100%;
}

.loading-main {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #226CBC;
}

.pre-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.pre-loader .text {
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
}

.pre-loader .bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.pre-loader .bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
          animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.home-top {
  width: 40px;
  height: 40px;
  background-color: #0D65B0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 4px 5px;
}
.home-top:hover {
  color: #ffffff;
}

/**
* ============================
*  5.0 Typography
* ============================
*/
::-webkit-input-placeholder {
  font-family: "Segoe", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}

:-moz-placeholder {
  font-family: "Segoe", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}

::-o-placeholder {
  font-family: "Segoe", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}

:-ms-input-placeholder {
  font-family: "Segoe", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
}

h1, h2, h3 {
  color: #000000;
  font-weight: 600;
}

h4, h5, h6 {
  color: #000000;
  font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #0D65B0;
}

.heading-1 {
  font-size: 46px;
  line-height: 56px;
}
@media (max-width: 768px) {
  .heading-1 {
    font-size: 36px;
    line-height: 40px;
  }
}

.heading-2 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .heading-2 {
    font-size: 34px;
    line-height: 36px;
  }
}

.heading-3 {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .heading-3 {
    font-size: 26px;
    line-height: 30px;
  }
}

.heading-4 {
  font-size: 21px;
  line-height: 27px;
}
@media (max-width: 768px) {
  .heading-4 {
    font-size: 17px;
    line-height: 21px;
  }
}

.heading-5 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .heading-5 {
    font-size: 18px;
  }
}

.heading-6 {
  font-size: 16px;
  line-height: 20px;
}

/**
* ============================
*  6.0 Component
* ============================
*/
/*Bg Color*/
.bg-color1 {
  background-color: #ffffff;
}

.bg-color2 {
  background-color: #0D65B0;
}

.bg-color3 {
  background-color: #f2f6fb;
}

/*Spacing*/
.section-spacing {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.inner-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .inner-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bminus-30 {
  padding-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bminus-30 {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .bminus-30 {
    padding-bottom: 30px;
  }
}

.tminus-30 {
  padding-top: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tminus-30 {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .tminus-30 {
    padding-top: 30px;
  }
}

/*Overlay Color*/
.bg-transparent {
  background: transparent;
}

.bg-cover1 {
/*  background: url(../images/bg-pattern.svg) 50% no-repeat, linear-gradient(60deg, #0D65B0, #3399f0); */
/*  background: url(../images/bg-pattern.svg) 50% no-repeat, linear-gradient(60deg, #0067B8F0, #0D65B0F0), url(../images/keys.jpg) 50% no-repeat ; */
  background: linear-gradient(60deg, #0D65B0F3, #3399f0F3), url(../images/keys.jpg) 50% no-repeat ;
}

.bg-cover2 {
  background: url(../images/bg-pattern2.svg) 50% no-repeat, linear-gradient(0deg, #0D65B0, #062e51);
}

.overlay-color {
  background: #0D65B0;
  /* The Fallback */
  background: rgba(13, 101, 176, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.overlay-color2 {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(12, 98, 175, 0.9) 0%, rgba(162, 64, 140, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e60c62af", endColorstr="#e6a2408c",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/*All Section*/
[class*=area] {
  position: relative;
  background-size: cover;
  background-position: center;
}

/*Button Style*/
.btn-style1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 15px 30px;
  font-weight: 600;
  color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.btn-style1:hover, .btn-style1:focus, .btn-style1:active {
  color: #0D65B0;
  background-color: #ffffff;
  border: 1px solid #0D65B0;
}

.btn-style2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  Transform: perspective 1px translates 0;
  position: relative;
  padding: 15px 30px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #0D65B0;
  transition-property: color;
  transition-duration: 0.3s;
  font-weight: 600;
  border: 1px solid rgba(0, 1, 1, 0.01);
  overflow: hidden;
}
.btn-style2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn-style2:hover, .btn-style2:focus, .btn-style2:active {
  color: #0D65B0;
  border: 1px solid rgba(0, 1, 1, 0.01);
}
.btn-style2:hover:before, .btn-style2:focus:before, .btn-style2:active:before {
  transform: scaleY(1);
}

.btn-style3 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 12px 30px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  background-color: #0D65B0;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.btn-style3:hover, .btn-style3:focus, .btn-style3:active {
  color: #0D65B0 !important;
  background-color: #ffffff;
  border: 1px solid #0D65B0;
}

/**
* ============================
*  7.0 Header Area
* ============================
*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .header-area {
    padding-top: 10px;
  }
}

.header-navigation {
  position: relative;
  z-index: 2222;
  display: table;
  width: 100%;
}
.header-navigation .navigation-box .navigation-navbar {
  float: right;
}
.header-navigation .navigation-box .navigation-navbar .menu-collapser {
  background: transparent;
  color: transparent;
}
.header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
  background: transparent;
  position: absolute;
  top: 32px;
  right: 0px;
}
@media (max-width: 575px) {
  .header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button {
    top: 30px;
  }
}
.header-navigation .navigation-box .navigation-navbar .menu-collapser .collapse-button .icon-bar {
  width: 25px;
  margin: 5px 0;
  background-color: #ffffff;
}
.header-navigation .navigation-box .navigation-left {
  float: left;
}
.header-navigation .navigation-box .navigation-right {
  float: right;
}
.header-navigation .navigation-box .header-logo {
  margin: 10px 0;
  display: block;
}
@media (max-width: 575px) {
  .header-navigation .navigation-box .header-logo {
    margin: 8px 0;
    width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 0 15px;
    top: 83px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .header-navigation .navigation-box #navigation-menu {
    top: 63px;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 0 15px;
    top: 83px;
  }
}
@media (max-width: 768px) and (max-width: 575px) {
  .header-navigation .navigation-box #navigation-menu {
    top: 63px;
  }
}
.header-navigation .navigation-box #navigation-menu li {
  border: 0;
  background-color: transparent;
}
.header-navigation .navigation-box #navigation-menu li .nav-search {
  padding-right: 0;
  cursor: pointer;
}
.header-navigation .navigation-box #navigation-menu li .nav-search img {
  width: 20px;
  top: -2px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu li .nav-search {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu li .nav-search {
    display: none;
  }
}
.header-navigation .navigation-box #navigation-menu li a {
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
  color: #ffffff;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu li a {
    padding: 10px 15px 10px 15px;
    color: #404040;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu li a {
    padding: 10px 15px 10px 15px;
    color: #404040;
  }
}
.header-navigation .navigation-box #navigation-menu li a:hover, .header-navigation .navigation-box #navigation-menu li a:focus {
  background-color: transparent;
  opacity: 0.9;
}
.header-navigation .navigation-box #navigation-menu li.has-submenu a {
  padding: 15px 30px 15px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu li.has-submenu a {
    padding: 10px 15px 10px 15px;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu li.has-submenu a {
    padding: 10px 15px 10px 15px;
  }
}
.header-navigation .navigation-box #navigation-menu li.has-submenu ul {
  background-color: #ffffff;
  min-width: 200px;
  position: absolute;
}
.header-navigation .navigation-box #navigation-menu li.has-submenu ul:before {
  content: "";
  position: absolute;
  left: 24px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffffff;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul {
    position: relative;
    left: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul {
    position: relative;
    left: 0;
    background-color: #ffffff;
  }
}
.header-navigation .navigation-box #navigation-menu li.has-submenu ul li {
  transition: all 0.5s ease 0s;
  float: none;
  display: block;
}
.header-navigation .navigation-box #navigation-menu li.has-submenu ul li:last-child a {
  border-bottom: 0;
}
.header-navigation .navigation-box #navigation-menu li.has-submenu ul li a {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 1, 1, 0.01);
  color: #404040;
}
.header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
  border-left: 4px solid rgba(0, 1, 1, 0.01);
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
    border: 0;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu li.has-submenu ul li:hover {
    border: 0;
  }
}
.header-navigation .navigation-box #navigation-menu li .sub-toggle {
  background: transparent;
  width: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu li .sub-toggle {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu li .sub-toggle {
    width: 100%;
    text-align: right;
  }
}
.header-navigation .navigation-box #navigation-menu li .sub-toggle i {
  color: transparent;
  position: relative;
}
.header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
    color: #404040;
  }
}
@media (max-width: 768px) {
  .header-navigation .navigation-box #navigation-menu li .sub-toggle i:before {
    color: #404040;
  }
}

#modal button[type=button] {
  background: #ffffff;
  color: #000000;
}

.modal-search-form {
  border: 1px solid #ddd;
}
.modal-search-form input[type=text] {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
  border: 0;
  padding: 15px 30px;
}
.modal-search-form button {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 0;
  background-color: #ffffff;
  padding: 15px 30px;
  color: #0D65B0;
}
.modal-search-form button:hover, .modal-search-form button:focus, .modal-search-form button:active {
  background-color: #ffffff !important;
  color: #0D65B0 !important;
}

.tag-widget {
  margin: 0;
}
.tag-widget a {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #404040;
  font-weight: 400;
  background-color: #f2f6fb;
  border-radius: 0;
  padding: 8px 30px !important;
  display: inline-block;
  text-transform: capitalize;
}
.tag-widget a:hover {
  color: #ffffff;
  background-color: #0D65B0;
}

/**
* ============================
*  8.0 Slider Area
* ============================
*/
#particles-js {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
}

.slider-carousel {
  z-index: 22;
}

.slider-wrapper {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .slider-wrapper {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}
.slider-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(33, 108, 188, 0.4);
}

.full-padding {
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .full-padding {
    padding: 200px 0;
  }
}

.slider-search-form input[type=text] {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0;
  background-color: #ffffff;
  padding: 15px 30px;
}
.slider-search-form button {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 0;
  background-color: #ffffff;
  padding: 15px 30px;
  color: #0D65B0;
}
.slider-search-form button:hover, .slider-search-form button:focus, .slider-search-form button:active {
  background-color: #ffffff !important;
  color: #0D65B0 !important;
}

.slider-content {
  top: 30%;
  position: relative;
  z-index: 22;
}
.slider-content h1, .slider-content h2 {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 50px;
}
.slider-content h1 span, .slider-content h2 span {
  font-weight: 700;
  color:rgb(255, 196, 0);
}
.slider-content h3, .slider-content h4 {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
}
.slider-content h3 span, .slider-content h4 span {
  font-weight: 700;
  color:rgb(255, 196, 0);
}
.slider-content .btn {
  padding: 15px 30px;
  background-color: white;
  color: black;
}

/**
* ============================
*  9.0 Page Title Area
* ============================
*/
.page-title-wrapper {
  max-width: 900px;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title-wrapper {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .page-title-wrapper {
    max-width: 750px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.page-title {
  position: relative;
  z-index: 22;
}
.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
  margin: 0;
}

.page-title-meta {
  margin: 0;
  margin-top: 15px;
}
.page-title-meta li {
  padding-right: 10px;
}
.page-title-meta li img {
  width: 16px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

/**
* ============================
*  10.0 Service Area
* ============================
*/
.section-title {
  margin-bottom: 50px;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text a, .white-text ul, .white-text p, .white-text span, .white-text *, .white-text *::before, .white-text *::after {
  color: #ffffff !important;
}
.white-text a:hover, .white-text a:focus {
  opacity: 0.8;
}

.service-box {
  padding: 30px;
  border: 1px solid rgba(0, 1, 1, 0.01);
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}
.service-box .service-logo {
  margin-bottom: 20px;
}
.service-box .service-logo .service-icon img {
  transition: all 0.5s ease 0s;
}
.service-box .service-content h4 {
  position: relative;
}
.service-box .service-content p {
  margin: 0;
  transition: all 0.5s ease 0s;
}
.service-box:hover {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  border-color: rgba(33, 108, 188, 0.1);
}
.service-box:hover .service-icon img {
  transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
}

/**
* ============================
*  11.0 Topics Area
* ============================
*/
.topics-service {
  border: 1px solid rgba(0, 1, 1, 0.01);
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 1;
}
.topics-service .topics-title {
  position: relative;
  margin-bottom: 40px;
}
.topics-service .topics-title:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #0D65B0;
  display: block;
  bottom: -14px;
  position: absolute;
}
.topics-service .topics-list {
  margin: 0;
}
.topics-service .topics-list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.topics-service .topics-list li:before {
  content: "\f02d";
  font-family: "FontAwesome";
  color: #b8babb;
  position: relative;
  position: absolute;
  left: 0;
  margin-top: 2px;
}
.topics-service:hover {
  transform: matrix(1, 0, 0, 1, 0, -5);
  -ms-transform: matrix(1, 0, 0, 1, 0, -5);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  border-color: rgba(33, 108, 188, 0.1);
}
.topics-service:hover .topics-title:before {
  width: 60px;
}

.topics-area2 .topics-wrapper {
  z-index: 4;
  position: relative;
}
.topics-area2 .topics-service {
  padding: 0;
  border: 0;
}
.topics-area2 .topics-service:before {
  display: none;
}
.topics-area2 .topics-service:hover {
  transform: none;
}
.topics-area2 .topics-service .topics-title {
  margin-bottom: 20px;
}
.topics-area2 .topics-service .topics-title:before {
  display: none;
}
.topics-area2 .topics-service .topics-list li:before {
  content: "\f101";
  font-size: 18px;
  transition: all 0.5s ease 0s;
}
.topics-area2 .topics-service .topics-list li:hover:before {
  padding-left: 5px;
}

.topics-page-content .bminus-30 {
  padding-bottom: 0;
}

/**
* ============================
*  12.0 Faq Area
* ============================
*/
.faq-service {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 1, 1, 0.01);
  display: table;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.faq-service .faq-logo {
  float: left;
  transition: all 0.5s ease 0s;
}
.faq-service .faq-logo .logo-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 15px 5px;
  background-color: #0D65B0;
  width: 70px;
  border-radius: 50%;
  height: 70px;
}
.faq-service .faq-logo .logo-image {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background: #f2f6fb;
  width: 45px;
  height: auto;
}
.faq-service .faq-logo .logo-image img {
  padding: 8px;
}
@media (max-width: 575px) {
  .faq-service .faq-logo {
    display: none;
  }
}
.faq-service .faq-content {
  float: right;
  width: calc(100% - 45px);
  padding-left: 20px;
}
.faq-service .faq-content p {
  margin: 0;
}
@media (max-width: 575px) {
  .faq-service .faq-content {
    width: 100%;
    padding: 0;
  }
}

.faq-accordion {
  margin-top: 15px;
}
.faq-accordion .card {
  border: 0;
}
.faq-accordion .card .card-header {
  background-color: #0D65B0;
}
.faq-accordion .card .card-header button[type=button] {
  color: #ffffff;
}

/**
* ============================
*  13.0 Popular Article Area
* ============================
*/
.pupolar-article {
  border: 1px solid rgba(0, 1, 1, 0.01);
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
  transition: all 0.5s ease 0s;
}
.pupolar-article .popular-article-top {
  border-bottom: 1px solid rgba(0, 1, 1, 0.01);
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.pupolar-article .popular-article-top .popular-top-logo {
  width: 44px;
  float: left;
}
.pupolar-article .popular-article-top .popular-top-logo .popular-logo-icon {
  padding-right: 15px;
  border-right: 1px solid #0D65B0;
}
.pupolar-article .popular-top-title {
  width: calc(100% - 44px);
  padding-left: 15px;
  float: left;
}
.pupolar-article .popular-top-title h5 {
  margin: 0;
  margin-top: 4px;
}
.pupolar-article p {
  margin-bottom: 30px;
}
.pupolar-article .popular-article-list {
  margin: 0;
}
.pupolar-article .popular-article-list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.pupolar-article .popular-article-list li:before {
  content: "\f09e";
  font-family: "FontAwesome";
  color: #0D65B0;
  position: relative;
  position: absolute;
  left: 0;
  margin-top: 0px;
  font-size: 16px;
}
.pupolar-article:hover {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  transform: matrix(1, 0, 0, 1, 0, -5);
  -ms-transform: matrix(1, 0, 0, 1, 0, -5);
  -webkit-: matrix(1, 0, 0, 1, 0, -5);
}
.pupolar-article:hover .popular-article-top {
  border-bottom-color: rgba(33, 108, 188, 0.1);
}

.pupolar-item {
  border: 1px solid rgba(0, 1, 1, 0.01);
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
  transition: all 0.5s ease 0s;
}
.pupolar-item .popular-item-top {
  border-bottom: 1px solid rgba(0, 1, 1, 0.01);
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.pupolar-item .popular-item-top .popular-top-logo {
  width: 44px;
  float: left;
}
.pupolar-item .popular-item-top .popular-top-logo .popular-logo-icon {
  padding-right: 15px;
  border-right: 1px solid #0D65B0;
}
.pupolar-item .popular-top-title {
  width: calc(100% - 44px);
  padding-left: 15px;
  float: left;
}
.pupolar-item .popular-top-title h5 {
  margin: 0;
  margin-top: 4px;
}
.pupolar-item p {
  margin-bottom: 30px;
}
.pupolar-item .popular-item-list {
  margin: 0;
}
.pupolar-item .popular-item-list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.pupolar-item .popular-item-list li:before {
  content: "\f0e7";
  font-family: "FontAwesome";
  color: #0D65B0;
  position: relative;
  position: absolute;
  left: 0;
  margin-top: 0;
  font-size: 16px;
}
.pupolar-item:hover {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  transform: matrix(1, 0, 0, 1, 0, -5);
  -ms-transform: matrix(1, 0, 0, 1, 0, -5);
  -webkit-: matrix(1, 0, 0, 1, 0, -5);
}
.pupolar-item:hover .popular-article-top {
  border-bottom-color: rgba(33, 108, 188, 0.1);
}

.pupolar-article-area2 .pupolar-article {
  padding: 0;
}
.pupolar-article-area2 .pupolar-article .popular-article-top {
  padding: 20px 30px;
  background: #0D65B0;
  /* The Fallback */
  background: rgba(13, 101, 176, 0.1);
}
.pupolar-article-area2 .pupolar-article .popular-article-list {
  margin: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/**
* ============================
*  14.0 Testimonial Area
* ============================
*/
.testimonial-item {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .testimonial-item {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.testimonial-item .testimonial-author {
  margin-bottom: 25px;
}
.testimonial-item .testimonial-author img {
  border-radius: 100%;
  width: auto;
}
.testimonial-item .testimonial-content p {
  margin-bottom: 30px;
}
.testimonial-item .testimonial-rating {
  margin-bottom: 5px;
}
.testimonial-item .testimonial-rating i {
  color: #0D65B0;
}
.testimonial-item .testimonial-name {
  margin-bottom: 5px;
}
.testimonial-item .testimonial-subname {
  margin: 0;
  color: #777777;
  font-weight: 400;
}

.testimonial-slider .owl-nav, .testimonial-slider2 .owl-nav {
  line-height: 14px;
  text-align: center;
  margin-top: 30px;
}
.testimonial-slider .owl-prev, .testimonial-slider2 .owl-prev {
  margin-right: 20px;
}
.testimonial-slider .owl-prev:before, .testimonial-slider2 .owl-prev:before {
  content: "";
  background-image: url(../images/testimonial-left.png);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  background-repeat: no-repeat;
  width: 23px;
  height: 16px;
  display: block;
}
.testimonial-slider .owl-prev:hover:before, .testimonial-slider2 .owl-prev:hover:before {
  filter: none;
}
.testimonial-slider .owl-prev span, .testimonial-slider2 .owl-prev span {
  display: none;
}
.testimonial-slider .owl-next:before, .testimonial-slider2 .owl-next:before {
  content: "";
  content: "";
  background-image: url(../images/testimonial-right.png);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  background-repeat: no-repeat;
  width: 23px;
  height: 16px;
  display: block;
}
.testimonial-slider .owl-next:hover:before, .testimonial-slider2 .owl-next:hover:before {
  filter: none;
}
.testimonial-slider .owl-next span, .testimonial-slider2 .owl-next span {
  display: none;
}

.ef-rating,
.ef-rating__value {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAwCAYAAAACYxrZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYpJREFUeNrslsFtwyAUhnHVdA3TCcKh93iEjOBukBHoCNkgK2SD3NsD3QA2cK65JI/qJXIJyDxsqBoZ6YmIGD5+/J75K601I7QW+911oK5rynz2zGhNukBqeyKqqzHaEkAZ+J0F2KCy26vDsWxAGTk2CdAqWXnGVykqh4B8QIk0xnAKsMI6bHBxGwL7JXHz3xB2MYW9hho9+IAqYfHoTQBUuEfa4O4mh/nesQV2GaA/MFDXhZLmCjUTwEwI5mapfWANcRwBs3PXIZivLBQqPSbCrDJFrUOV+HFuh2DUj/ckLQQUCWuJfwXkCUA+BrgM1Nc7homcEwUUnnT/wPEdhsCxX+UDN4dIAfaPZtu7ojrnIyHxvy3lWEMK9xCvEBsH5LYOam+Dz+5jEqc6fy5G+VL2diJlFhWo746OCCzuSykKdc8qmpvKTApnX1rOl7KvF56SNFl8KSTUwQfM6ksB+sC+FNSV86U+WDZfGoJl8aUAK+dLh2CzL5196d/7Urg5HtCXQu2RfOlFgAEAk9OXr3nPc1wAAAAASUVORK5CYII=");
  background-repeat: repeat-x;
}

.ef-rating_small,
.ef-rating_small .ef-rating__value {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAwCAYAAAACYxrZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqRJREFUeNrEmE9IFFEcx8dN92CHSio0qPEf1mVlBT1mhy08dAoKb0sJHRQvinch8GZ1C1EQwZOQePNUp8VDsIegS0SIW7CUSp1CWGnX75PvwmOa3Xm/92a2Bx9m5jfvzXfmvfm9951pq9VqXitL238TLJVKJvXnuH0dVdH3fWfBi+CA+73gj41gStAbs+AqmbXtUlPBdjCpHU8ylpjgY5DVjrOMJSY4o8ZbH3vGxCXYLRdAF7gBusF1cJcEi4qtggI4BD9AGfwCf03S4g02g+AauEVhSVFC38AR+Iq3dCbqCavggUNOd2k3+cVkDNWrvhDDZLLQLG2CL81LsOggtshriN7SF2DFQmyFba3SYhqsC8TW2cYpDzcFgptxJP6YQHAsDsGMQDATh+BASOyQmNQVCXaCvpBxmiDBMetjG2vB26CH+9vgIciDjyTP2Dbr9LCNtaBafj7wwk/AbkidXZ7Ls27WytOEWYNG9qORjbBeD5VQM69jaLwa2MRiOrr2aOXfuvVYzCt+AkbY5Ak9b4Pbp8a94SB4B3zSZpbPNoKSLp2nQ2jnfqK+VJmpnHacYywxweegXzvuZywRwUtgKiQ+xXNOvrT+7aCmkJvstvuBp9Ofcge84wryXc0F4JhEvqXvafOu0Ah3CG/+lEb497lHHa3koro0xQnYtxDz2MbnNVImYzihJbZL2eC1jBJf3cBb8MhSbIdfVVXTxK/SNRcsxApsW5WmRZkL655AbI9tyrZ5+BOsCQTX2MY68VV8WCA4bDprNXNtIwLBEVfXlg6xiapUiBdiE9Mugpf5L0YvRfCMFAPnetlGPJfWy5C2rxbdLfAKnGj5Ns/fJxmtzb7NE6o/FOP8Vl8G98CSJuZxf4nnlll3PPCnI2KmabmJalE5E2AAQpis4ONm358AAAAASUVORK5CYII=);
  background-repeat: repeat-x;
}

.ef-rating_tiny,
.ef-rating_tiny .ef-rating__value {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAwCAYAAAACYxrZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAoFJREFUeNrsmM9LVFEUx59ltZlqFoEJTiORY23EYP4DEaKFSNCkmNImiGgR7aJ1tG0V/g0upI27BAV3CpKCZCW9oaACQY02jT+m76nvwO01c9+59/rc1IEP7937zrvn/jpvvnfa6vV6dJTW9m8FrFaraf4veL1vcyoWiy2fHXPoXAHcIwXfEboEHJcZIeNZBzwNJozyBOsyC3gb9BrlXtY5W7ulI2fAWdANHjXxkbo1EIMd8A0cuAZ8AjpBF+gBJUunLoE5sAfegnfgE/gMnmrT4k1i6nxsHWlxWbuGfWAmINgM21BvmhoYA4sewRb5bs11l8oGuCVT4zKNfGfHNy0+gGu8ppmLrzUPZbtvKtrYpG9w4vcxNdKsJ22jaAPKJz+vaCNP36AvjdiFRPk7eM77hyBn8fUKWOJ1F7wEz8Ay66bBYzAMThi+3lMqvb8KZsF1UDGCRbyv8NksfXOqiPJpaxDH8R/lJPI8zSeNdk2nktKjUbZJCa/fQ2nYpnMUGihFtS2dtHuXa3/7lWuZaZpDMX1AcySOo/Kf0iia4rWi7pxD4idNlMBN43492ymNojst7jMJeI6/5g0bY11mAe8m5H2BdYemS09Rk+YpB5sdXqTuNXgPtikvfrgGFD3ZwRGUKIJbWZeh8GJq04/gK/WtKi1ExJ4PzO0vSItO7RpeAQsBwRbYhnrTyFqMgg2PYBt8d9t1l8r54AavWlO/0yotVsDQr/XQrNlv35XQPFwFW4o2tugbnPhl5Vm+QN/ggBeVwihH32CZmEz6fTDJe/kn47jF12uE5sH0FRgAD8gA65r5egWU830/9ecIGATzxvN51o3Qp5/v/P+v7egD/hRgAAIm84Nu5VjwAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
}

.ef-rating {
  width: 140px;
  height: 1.5rem;
  margin-bottom: 1rem;
}

.ef-rating__value {
  height: 100%;
  width: 0;
  background-position: 0 -24px;
}

.ef-rating_1 .ef-rating__value {
  width: 28px;
}

.ef-rating_2 .ef-rating__value {
  width: 56px;
}

.ef-rating_3 .ef-rating__value {
  width: 84px;
}

.ef-rating_4 .ef-rating__value {
  width: 112px;
}

.ef-rating_5 .ef-rating__value {
  width: 140px;
}

/**
* ============================
*  15.0 Feature Area
* ============================
*/
.feature-box {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  padding: 30px;
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: 30px;
}
.feature-box .feature-logo {
  position: relative;
  margin: auto;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #0D65B0;
  transition: all 0.2s ease 0s;
}
.feature-box .feature-logo .feature-icon img {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.feature-box .feature-logo .feature-icon i {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 20px;
}
.feature-box .feature-content p {
  margin: 0;
}
.feature-box:hover, .feature-box .active {
  border: 1px solid rgba(0, 1, 1, 0.01);
}
.feature-box:hover .feature-logo, .feature-box .active .feature-logo {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

/**
* ============================
*  16.0 Looking For Area
* ============================
*/
.looking-for-service {
  background-color: #ffffff;
  border: 1px solid rgba(0, 1, 1, 0.01);
  text-align: center;
  padding: 40px 30px;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}
.looking-for-service .looking-for-logo {
  margin-bottom: 25px;
}
.looking-for-service .looking-for-logo a {
  border-radius: 50px;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 1, 1, 0.01);
  display: block;
  margin: auto;
}
.looking-for-service .looking-for-logo img {
  transition: all 0.5s ease 0s;
  padding: 13px 4px;
}
.looking-for-service .looking-for-content h4 {
  margin-bottom: 20px;
}
.looking-for-service:hover {
  background-color: #0D65B0;
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
}
.looking-for-service:hover .looking-for-logo img {
  transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
}
.looking-for-service:hover h4 a {
  color: #ffffff;
}
.looking-for-service:hover p {
  color: #ffffff;
}
.looking-for-service:hover .btn {
  background-color: #ffffff;
  color: #0D65B0;
}

.newsletter-form {
  max-width: 340px;
  margin: auto;
  margin-top: 30px;
}
.newsletter-form input[type=text] {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px;
  padding-left: 30px;
}
.newsletter-form input[type=text]:focus {
  border: 1px solid #0D65B0;
}
.newsletter-form button[type=submit] {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px 15px;
  background-color: #0D65B0;
}

/**
* ============================
*  17.0 Help Area
* ============================
*/
@media (max-width: 768px) {
  .help-section {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .help-btn {
    text-align: center !important;
    margin-bottom: 5px;
  }
}

/**
* ============================
*  18.0  Form Area
* ============================
*/
.sub-title {
  margin-bottom: 30px;
}

.form-action {
  border: 0;
  width: 100%;
  margin-bottom: 30px;
}
.form-action .form-group {
  margin-bottom: 15px;
}
.form-action .form-group .form-control {
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.01);
  width: 100%;
  background-color: #ffffff;
  color: #777777;
  font-size: 16px;
  line-height: 30px;
}
.form-action .form-group .form-control:focus {
  border: 1px solid #0D65B0;
}
.form-action .form-group .form-check-input {
  margin-top: 8px;
}
.form-action .form-group button[type=submit] {
  position: relative;
}
.form-action .form-group .input-label {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  color: #777777;
}
.form-action .file-upload {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid rgba(0, 1, 1, 0.01);
  border-radius: 4px;
}
.form-action .file-upload:after {
  content: attr(data-text);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #777777;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 6px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  border-radius: 4px;
}
.form-action .file-upload:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #ffffff;
  color: #0D65B0;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
}
.form-action .file-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 45px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.form-socials {
  margin: 0;
}
.form-socials li a {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 1px 0px;
}
.form-socials li a:hover {
  opacity: 0.9;
}

.contact-map {
  margin-bottom: 30px;
}

/**
* ============================
*  19.0 Changelog Area
* ============================
*/
.changelog-service {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .changelog-service {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.changelog-service .changelog-tile {
  margin-bottom: 15px;
}
.changelog-service .changelog-tile h5 {
  margin-bottom: 5px;
  font-weight: 600;
}
.changelog-service .changelog-tile p {
  margin: 0;
}
.changelog-service .changelog-tile p .changelog-date {
  width: 18px;
  height: 16px;
  background-image: url(../images/changelog-date.png);
  background-position: center;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.changelog-service .changelog-list {
  margin: 0;
}
.changelog-service .changelog-list li .changelog-fix {
  width: 18px;
  height: 12px;
  background-image: url(../images/changelog-fix.png);
  background-position: center;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 11px;
}
.changelog-service .changelog-list li .changelog-bug {
  width: 18px;
  height: 16px;
  background-image: url(../images/changelog-bug.png);
  background-position: center;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 9px;
}

/**
* ============================
*  20.0 Privacy Policy Area
* ============================
*/
.privacy-policy-box {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.privacy-policy-box .privacy-policy-icon {
  width: 60px;
  height: 60px;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 1, 1, 0.01);
  border-radius: 50px;
  text-align: center;
}
.privacy-policy-box .privacy-policy-content {
  width: calc(100% - 60px);
  padding-left: 30px;
  float: left;
}
.privacy-policy-box .privacy-policy-content h4, .privacy-policy-box .privacy-policy-content h6 {
  font-weight: 600;
}
.privacy-policy-box .privacy-policy-content h6 {
  text-decoration: underline;
}
.privacy-policy-box .privacy-policy-content p {
  margin-bottom: 30px;
}
.privacy-policy-box .privacy-policy-content .privacy-policy-list li:before {
  content: "\f111";
  font-size: 13px;
  font-family: "fontawesome";
  margin-right: 10px;
  color: #0D65B0;
}

/**
* ============================
*  21.0 Company Area
* ============================
*/
.company-slider .company-logo img {
  width: auto;
}

/**
* ============================
*  22.0 Blog Area
* ============================
*/
.blog-post {
  margin-bottom: 30px;
}
.blog-post .blog-img {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.blog-post .blog-img img {
  width: 100%;
  transition: all 0.3s ease-in;
}
.blog-post .blog-img:hover img {
  transform: scale(1.1);
}
.blog-post .blog-content {
  margin-bottom: 0;
}
.blog-post .blog-content h4 {
  margin-bottom: 15px;
}
.blog-post .blog-content p {
  margin-bottom: 15px;
}
.blog-post .blog-meta li {
  padding-right: 10px;
  border-right: 1px solid rgba(0, 1, 1, 0.01);
}
.blog-post .blog-meta li img {
  width: 16px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.blog-post .blog-meta li:last-child {
  border: 0;
}

.blog-spacing {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-spacing {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-spacing {
    margin-bottom: 30px;
  }
}

.page-navigation .pagination {
  margin: 0;
}
.page-navigation .pagination li {
  margin-right: 10px;
}
.page-navigation .pagination li a {
  font-size: 16px;
  line-height: 30px;
  color: #404040;
  border-radius: 0 !important;
  border: 1px solid rgba(0, 1, 1, 0.01);
  padding: 5px 30px;
}
.page-navigation .pagination li:first-child a, .page-navigation .pagination li:last-child a {
  background-color: #0D65B0;
  color: #ffffff;
}

.single-post .single-img {
  position: relative;
  margin-bottom: 25px;
}
.single-post .single-img img {
  width: 100%;
}
.single-post .single-content {
  margin-bottom: 30px;
}
.single-post .single-content p {
  margin-bottom: 30px;
}
.single-post .single-content p:last-child {
  margin-bottom: 0;
}
.single-post .single-quote {
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
.single-post .single-quote p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.single-post .single-quote:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0D65B0;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post .single-quote:after {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url(../images/post-qoute-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 14px;
}
.single-post .single-tags-share {
  display: table;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 1, 1, 0.01);
  border-bottom: 1px solid rgba(0, 1, 1, 0.01);
}
.single-post .single-tags-share .single-tags {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.single-post .single-tags-share .single-tags li:first-child {
  font-weight: 500;
}
.single-post .single-tags-share .single-tags a {
  color: #404040;
}
.single-post .single-tags-share .single-tags a:hover, .single-post .single-tags-share .single-tags a:focus {
  color: #0D65B0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .single-tags-share .single-tags {
    float: none !important;
    padding-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .single-post .single-tags-share .single-tags {
    float: none !important;
    padding-bottom: 0;
    text-align: center;
  }
}
.single-post .single-tags-share .single-share {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.single-post .single-tags-share .single-share li:first-child {
  font-weight: 500;
  color: #000000;
}
.single-post .single-tags-share .single-share a {
  color: #777777;
}
.single-post .single-tags-share .single-share a:hover, .single-post .single-tags-share .single-share a:focus {
  color: #777777;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .single-tags-share .single-share {
    text-align: center;
    float: none !important;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .single-post .single-tags-share .single-share {
    text-align: center;
    float: none !important;
    padding-top: 0;
  }
}

.single-admin {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.single-admin .admin-avatar {
  width: 130px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-admin .admin-avatar {
    width: 100px;
  }
}
.single-admin .admin-comment {
  width: calc(100% - 130px);
  float: left;
  padding-left: 25px;
  padding-top: 8px;
}
.single-admin .admin-comment p {
  margin-bottom: 20px;
}
.single-admin .admin-comment h5 {
  margin: 0;
}
.single-admin .admin-comment h6 {
  font-size: 14px;
  color: #777777;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-admin .admin-comment {
    width: calc(100% - 100px);
  }
}

.page-pagination .pagination {
  margin-bottom: 30px;
}
.page-pagination .next-btn, .page-pagination .prev-btn {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.page-pagination .next-btn:hover {
  color: #0D65B0;
  background-color: transparent;
}
.page-pagination .prev-btn:hover {
  color: #0D65B0;
  background-color: transparent;
}
.page-pagination .prev-btn i {
  margin-left: 10px;
}
.page-pagination .next-btn i {
  margin-right: 5px;
}

.single-comment {
  display: table;
  width: 100%;
  margin-bottom: 35px;
}

.comment-wrapper {
  padding-left: 50px;
}

.single-comment-img {
  width: 68px;
  float: left;
}

.single-comment-desc {
  width: calc(100% - 68px);
  float: left;
  padding-left: 15px;
}
.single-comment-desc h6 .single-priod {
  font-size: 14px;
  line-height: 30x;
  font-weight: 400;
  color: #777777;
  margin-left: 10px;
}
.single-comment-desc p {
  margin-bottom: 8px;
}
.single-comment-desc .single-comment-btn {
  color: #0D65B0;
  font-size: 16px;
  line-height: 30px;
}

/**
* ============================
*  23.0 Sidebar Area
* ============================
*/
.sidebar-title {
  margin-bottom: 15px;
}

.search-form-widget {
  display: block;
}
.search-form-widget input[type=text] {
  background-color: #f2f6fb;
  border: 0;
  padding: 10px 20px;
  border-radius: 0;
}
.search-form-widget button[type=submit] {
  background-color: #0D65B0;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 25px;
  border: 0;
  border-radius: 0;
}
.search-form-widget button[type=submit]:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.category-widget {
  margin: 0;
}
.category-widget li {
  border: 0;
  border-radius: 0 !important;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 1, 1, 0.01);
  margin: 0;
  position: relative;
}
.category-widget li a {
  font-size: 16px;
  line-height: 28px;
  color: #404040;
  font-weight: 400;
}
.category-widget li:hover a, .category-widget li.list-group-active a {
  color: #0D65B0;
}
.category-widget li:last-child {
  padding-bottom: 0;
  border: 0;
}
.category-widget li:first-child {
  padding-top: 0;
}

.recent-widget {
  display: block;
}
.recent-widget .recent-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.recent-widget .recent-wrapper .recent-img {
  width: 85px;
  float: left;
  overflow: hidden;
}
.recent-widget .recent-wrapper .recent-img img {
  width: 100%;
  transition: all 0.5s ease-in;
}
.recent-widget .recent-wrapper .recent-img:hover img {
  transform: scale(1.1);
}
.recent-widget .recent-wrapper .recent-details {
  width: calc(100% - 85px);
  padding-left: 12px;
  float: left;
}
.recent-widget .recent-wrapper .recent-details h6 {
  font-weight: 400;
}
.recent-widget .recent-wrapper .recent-meta {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #777777;
}

.tag-widget {
  margin: 0;
}
.tag-widget li {
  margin-bottom: 10px;
}
.tag-widget li a {
  font-size: 16px;
  line-height: 30px;
  color: #404040;
  font-weight: 400;
  background-color: #f2f6fb;
  border-radius: 0;
  padding: 8px 30px;
  display: inline-block;
}
.tag-widget li a:hover {
  color: #ffffff;
  background-color: #0D65B0;
}

.sidebar-widget {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sidebar-widget {
    margin-bottom: 30px;
  }
}

.error-page img {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .sidebar-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .sidebar-right {
    margin-top: 30px;
  }
}

/**
* ============================
*  24.0 Layout Area
* ============================
*/
.layout-breadcrumb .breadcrumb {
  background-color: #f2f6fb;
  margin-bottom: 30px;
}

.unorder-list {
  list-style: none;
  margin-bottom: 30px;
}
.unorder-list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.unorder-list li:before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #0D65B0;
  position: relative;
  position: absolute;
  left: 0;
  margin-top: 2px;
  font-size: 11px;
}

.order-list {
  margin-bottom: 30px;
  list-style-position: inside;
  counter-reset: item;
  list-style-type: decimal-leading-zero;
}
.order-list li a {
  color: #0D65B0;
}

.layout-wrapper p {
  margin-bottom: 30px;
}

.sidebar-menu {
  padding: 15px;
  background-color: #f2f6fb;
}
@media (max-width: 768px) {
  .sidebar-menu {
    margin-bottom: 30px;
  }
}
.sidebar-menu button {
  background-color: transparent;
  width: 100%;
  text-align: left;
  position: relative;
}
.sidebar-menu .sub-menu {
  padding-left: 30px;
  margin: 0;
}
.sidebar-menu [aria-expanded*=false]:after {
  content: "\f105";
  font-family: "fontawesome";
  color: #0D65B0;
  position: absolute;
  right: 0;
}
.sidebar-menu [aria-expanded*=true]:after {
  content: "\f107";
  font-family: "fontawesome";
  color: #0D65B0;
  position: absolute;
  right: 0;
}

/**
* ============================
*  22.0 Timeline Area
* ============================
*/
.timeline ul {
  margin: 0;
  padding: 0;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  background: #f2f6fb;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.timeline ul li .timeline-content {
  position: relative;
  border: 1px solid rgba(0, 1, 1, 0.01);
  top: 0;
  min-width: 425px;
  padding: 15px 30px;
  background: #f2f6fb;
}
.timeline ul li .timeline-content::before {
  content: "";
  position: absolute;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li .timeline-content:hover {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
}
.timeline ul li:nth-child(even) .timeline-content {
  left: 35px;
}
.timeline ul li:nth-child(even) .timeline-content::before {
  left: -15px;
  border-width: 15px 16px 15px 0;
  border-color: transparent #f2f6fb transparent transparent;
}
.timeline ul li:nth-child(odd) .timeline-content {
  left: -470px;
}
.timeline ul li:nth-child(odd) .timeline-content::before {
  right: -15px;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #f2f6fb;
}
.timeline ul h4 {
  margin-bottom: 0;
}
.timeline ul p {
  margin: 0;
}

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.timeline ul li.in-view::after {
  background: #f2f6fb;
}
.timeline ul li .timeline-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-child(even) .timeline-content {
  transform: translate3d(200px, 0, 0);
  margin-right: 30px;
}
.timeline ul li:nth-child(odd) .timeline-content {
  transform: translate3d(-200px, 0, 0);
  margin-left: 15px;
}
.timeline ul li.in-view .timeline-content {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .timeline ul li .timeline-content {
    min-width: 525px !important;
  }
  .timeline ul li:nth-child(even) .timeline-content {
    left: 35px;
    /*525px+45-6*/
  }
  .timeline ul li:nth-child(odd) .timeline-content {
    left: -570px;
    /*525px+45-6*/
  }
}
@media screen and (max-width: 991px) {
  .timeline ul li .timeline-content {
    min-width: 300px !important;
  }
  .timeline ul li:nth-child(even) .timeline-content {
    left: 40px;
    top: -8px;
    /*350px+45-6*/
  }
  .timeline ul li:nth-child(odd) .timeline-content {
    left: -350px;
    top: -8px;
    /*350px+45-6*/
  }
}
@media screen and (max-width: 767px) {
  .timeline ul li {
    margin-left: 1px;
    padding-top: 0;
    padding-bottom: 15px;
    background: transparent;
    width: 100%;
  }
  .timeline ul li .timeline-content {
    width: 100%;
  }
  .timeline ul li:nth-child(even) .timeline-content {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 15px;
  }
  .timeline ul li:nth-child(odd) .timeline-content {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 15px;
  }
  .timeline ul li:nth-child(odd) .timeline-content::before {
    display: none;
  }
  .timeline ul li:after {
    display: none;
  }
}
/**
* ============================
*  25.0 Headline Area
* ============================
*/
.headline-wrapper {
  position: relative;
  bottom: 100px;
}

.headline-box {
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  border: 1px solid rgba(0, 1, 1, 0.01);
  position: relative;
  text-align: center;
  padding: 30px;
  z-index: 44;
  transition: all 0.5s ease 0s;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .headline-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .headline-box {
    margin-bottom: 30px;
  }
}
.headline-box .headline-logo {
  margin-bottom: 30px;
}
.headline-box .headline-logo img {
  max-height: 64px;
}
.headline-box .headline-content h4 {
  margin-bottom: 15px;
}
.headline-box .headline-content p {
  margin-bottom: 30px;
}
.headline-box:hover {
  transform: matrix(1, 0, 0, 1, 0, -5);
  -ms-transform: matrix(1, 0, 0, 1, 0, -5);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
  box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
  border-color: rgba(33, 108, 188, 0.1);
}

/**
* ============================
*  25.0 Team  Area
* ============================
*/
.team-style {
  overflow: hidden;
  margin-bottom: 30px;
}
.team-style .team-content {
  transition: all 0.5s ease 0s;
  background-color: #f2f6fb;
  position: relative;
  bottom: -40px;
}
.team-style .team-content .team-title {
  padding: 30px;
}
.team-style .team-content .team-title h4 {
  margin-bottom: 15px;
}
.team-style .team-content .team-title p {
  margin: 0;
}
.team-style .team-content .team-socials {
  margin-bottom: 0;
}
.team-style .team-content .team-socials li {
  width: 19%;
  text-align: center;
  background-color: #0D65B0;
  margin: 0;
}
.team-style .team-content .team-socials li a {
  color: #ffffff;
}
.team-style .team-content .team-socials li a:hover {
  opacity: 0.9;
}
.team-style:hover .team-content {
  position: relative;
  bottom: 0px;
}

/**
* ============================
*  25.0 Footer Area
* ============================
*/
.footer-widget {
  margin-bottom: 30px;
}

.footer-title {
  position: relative;
  margin-bottom: 45px;
}

.footer-title:before {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.footer-copyright p {
  margin: 0;
  padding-bottom: 40px;
}

.footer-copyright p a {
  color: #0D65B0;
}

ul#results-container {
  margin: 0;
  list-style: none;
}

.modal-body {
  padding: 0.5rem;
}

.modal-content {
  border-radius: 0;
}

.revert-color .bg-color3 {
  background: #fff;
}

.revert-color .bg-color1 {
  background: #F2F6FB;
}

.item-id.active {
  opacity: 0;
  height: 0;
  transation: all 0.4s linear 0s;
}

.post-image {
  float: left;
  width: 122px;
  margin-right: 8px;
}
.post-image a {
  display: block;
}

.search-content {
  float: left;
  width: calc(100% - 130px);
}
.search-content h3 {
  margin-bottom: 3px;
}
.search-content h3 a {
  color: #333;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0px;
  display: table;
}
.search-content p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
}

div#results-container {
  float: left;
  width: 100%;
  background: #ffeded;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.search-results {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding: 15px;
}

select:hover {
  cursor: pointer !important;
}

.topics-service-area {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
  height: calc(100% - 2px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .topics-service-area {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 768px) {
  .topics-service-area {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 575px) {
  .topics-service-area {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.topics-service-area article {
  height: 100%;
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-before: avoid;
       break-before: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  overflow: visible;
}

.doc-sidebar-menu {
  width: 280px;
}
.doc-sidebar-menu ul {
  list-style: none;
  padding: 0;
  display: block;
}
.doc-sidebar-menu li a {
  border-bottom: 1px solid #cbdbef;
  display: block;
  padding: 5px 15px;
  background: #f2f6fb;
  line-height: 2;
}

.tutorial .sidebar {
  display: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 280px;
}
.tutorial h2 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .tutorial-content {
    margin-left: 300px;
  }

  .tutorial .sidebar {
    display: block;
  }
}
h2 a.header-link {
  text-decoration: none;
  color: #ccc;
  opacity: 0;
  transition: opacity ease 0.2s, color ease 0.2s;
  vertical-align: bottom;
  margin: 0 0 0 5px;
}
h2 a.header-link:hover {
  color: #4a4a4a;
  opacity: 0.4;
  transition: opacity ease 0.2s, color ease 0.2s;
}

.doc-content a {
  color: #0D65B0;
}



div#table-of-contents {
  background: #f2f6fb;
}

div#modal {
  background: #fff;
}

.custom-links,
.doc-right-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.custom-links {
  background: #f2f6fb;
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 30px;
}
.custom-links ul {
  border-left: 1px solid #hover-color;
  margin-top: 18px;
}
.custom-links ul .display-dropdown .sub-dropdown {
  display: block;
}
.custom-links ul .display-dropdown a .fa {
  transform: rotate(90deg);
}
.custom-links ul li {
  position: relative;
}
.custom-links ul li ul.sub-dropdown {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-left: 15px;
  font-size: 14px;
  display: none;
}
.custom-links ul li i {
  text-align: center;
  position: absolute;
  right: -10px;
  top: 5px;
  border: 1px solid #ddd;
  width: 25px;
  display: inline-block;
  height: 25px;
  line-height: 1.4;
  cursor: pointer;
  border-radius: 50%;
  color: #0D65B0;
  transition: all ease 0.2s;
}
.custom-links ul li i:hover {
  background: #0D65B0;
  border-color: #0D65B0;
  color: #ffffff;
  transition: all ease 0.2s;
}
.custom-links ul li a {
  line-height: 1.8;
  margin-left: -1px;
  display: block;
  padding-left: 15px;
  line-height: 1.7;
  padding-top: 6px;
  padding-bottom: 6px;
}
.custom-links ul li a:hover {
  border-left: 1px solid #0d65b0;
}

.tutorial-content.mx-auto {
  margin: 0px;
}

/**
* ============================
*  26.0 SDK Left Nav Area
* ============================
*/

.sdk-left-nav-tree {
    height:auto;
    overflow-y:auto;
    overflow-x:hidden;
}

/* type */
.sdk-left-nav-item a {
    margin-top:0px;
    margin-left:10px;
    margin-right:0px;
    margin-bottom:-6px;
    padding-left:4px;
    padding-right:4px;
    transition: all ease 0.2s;
    display: block;
    font-size: 14px;
    color:#4a4a4a;
}

/* current page */
.sdk-left-nav-item span {
    margin-top:0px;
    margin-left:10px;
    margin-right:0px;
    margin-bottom:-6px;
    padding-left:4px;
    padding-right:4px;
    display: block;
    font-size: 14px;
    color:#3399f0;
    background:#3399f010
}


/* namespace */
.sdk-left-nav-item h6 {
    margin-top:10px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:2px;
    display: block;
    font-size: 14px;
    font-weight:bold;
}

/**
* ============================
*  27.0 SDK Pages
* ============================
*/

.tech-content{
    margin-top: 20px;
}

.tech-content table{
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0,0,0,0.08);
    border-radius: 4px;
}

.tech-content th {
    font-size: 14px;
}

.tech-content td {
    font-size: 14px;
}

.tech-content h2 {
    font-size: 18px;
}

.tech-content h3 {
    font-size: 16px;
}

.tech-content h4 {
    font-size: 14px;
}

.tech-content pre {
    line-height:20px;
}

.tech-content code {
    font-size: 14px;
    font-family: Cascadia Code NF, Cascadia Code, Consolas;
    font-weight:normal;
    overflow-wrap: normal;
    word-break: normal;
    inline-size: min-content;    
}

.tech-content blockquote {
    width: 90%;
    background-color:#dedede23;
    border-left:#0D65B0;
    border-left-width: 3px;
    border-left-style: solid;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    padding-left:10px;
    padding-top:4px;
    padding-bottom:0px;
    padding-right:0px;
}

.tech-content blockquote h1 {
    font-size: 14px;
    font-weight: bold;
}

.tech-content blockquote a {
    font-size: 14px;
    color:#0D65B0;
}

.tech-content img {
    margin-top:20px;
    margin-bottom:20px;
    margin-left:0px;
    margin-right:0px;
    width:100%;
}


/* -----------------------  */

.sdk-preview-banner {
    background-color:rgba(157, 61, 2, 0.798);
    padding-left:12px;
    padding-right:12px;
    padding-top:12px;
    padding-bottom:12px;
    line-height: 16px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sdk-preview-banner span {
    font-size: 13px;
    font-weight:normal;
    color:white;
}

/* ------------------- */

.sdk-common-properties {
    margin-top:0px;
}

.sdk-common-properties table {
    width: 100%;
    font-size: 12px;
    margin-top:0px;
    margin-bottom:20px;
    margin-left:0px;
    margin-right:0px;
    background-color: #3398f00c;
    border-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}


.sdk-common-properties code{
    font-size: 14px;
    font-family: Cascadia Code NF, Cascadia Code, Consolas;
}


.sdk-common-properties th, td {
    font-size: 14px;
}

.sdk-common-properties a {
    color:#0D65B0;
}

/* ------------------- */

.view-page-source {
    margin-top:20px;
    margin-bottom:20px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:10px;
    padding-right:10px;
    background:#3399f010;
    float:right;
}

.view-page-source a {
    font-size: 12px;
    color:#777777;
}



/**
* ============================
*  KB List Area
* ============================
*/
.kb-service {
    box-shadow: 0 0 20px 5px rgba(33, 107, 188, 0.03);
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 1, 1, 0.01);
    display: table;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.kb-service .kb-content {
    float: right;
    width: calc(100% - 45px);
    padding-left: 20px;
}

.kb-service .kb-content p {
    margin: 0;
}

@media (max-width: 575px) {
    .kb-service .kb-content {
      width: 100%;
      padding: 0;
    }
}
  
.kb-accordion {
    margin-top: 15px;
}

.kb-accordion .card {
    border: 0;
}

.kb-accordion .card .card-header {
    background-color: #0D65B0;
}

.kb-accordion .card .card-header button[type=button] {
    color: #ffffff;
}

.kb-article-audience-pill {
    display:block;
    padding-left:10px;
    padding-right:10px;
    padding-top: 4px;
    padding-bottom: 4px;
    float:right;
    border-radius: 4px;
    line-height:12px;
}

.kb-article-audience-pill-developer {
    background:#333;
    color:white;
}

.kb-article-audience-pill-everyone {
    background:#3399f0;
    color:white;
}

.kb-article-audience-pill span {
    font-size: 10px;
    text-wrap: none;
}